DragAndDrop

interface DragAndDrop

Allows managing the drag and drop functionality for the associated BrowserView.

Since

7.4

Functions

Link copied to clipboard
abstract fun disable()
Disables the drag and drop support for the associated BrowserView.
Link copied to clipboard
abstract fun disableExternalDrag()
Disables the drag-and-drop operations from the outside of the browser.
Link copied to clipboard
abstract fun enable()
Enables the drag and drop support for the associated BrowserView.
Link copied to clipboard
abstract fun enableExternalDrag()
Enables the drag-and-drop operations from the outside of the browser.
Link copied to clipboard
abstract fun isEnabled(): Boolean
Indicates whether the drag and drop support is enabled for the associated .
Link copied to clipboard
Checks whether the drag-and-drop operations from the outside of the browser is enabled.